home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / news / rn / ng.help < prev    next >
Encoding:
Text File  |  1989-05-26  |  1.6 KB  |  46 lines

  1. #!/bin/sh
  2. # $Header: ng.help.SH,v 4.3 85/05/01 11:44:34 lwall Exp $
  3. # $Log:    ng.help.SH,v $
  4. # Revision 4.3  85/05/01  11:44:34  lwall
  5. # Baseline for release with 4.3bsd.
  6.  
  7. /sprite/cmds/more <<'EOT'
  8. Newsgroup Selection commands:
  9.  
  10. y,SP    Do this newsgroup now.
  11. .cmd    Do this newsgroup, executing cmd as first command.
  12. =    Equivalent to .=<carriage return>.
  13. u    Unsubscribe from this newsgroup.
  14. c    Catch up (mark this newsgroup all read).
  15.  
  16. n    Go to the next newsgroup with unread news.
  17. N    Go to the next newsgroup.
  18. p    Go to the previous newsgroup with unread news.
  19. P    Go to the previous newsgroup.
  20. -    Go to the previously displayed newsgroup.
  21. 1    Go to the first newsgroup.
  22. ^    Go to the first newsgroup with unread news.
  23. $    Go to the last newsgroup.
  24. g name    Go to the named newsgroup.  Subscribe to new newsgroups this way too.
  25. /pat    Search forward for newsgroup matching pattern.
  26. ?pat    Search backward for newsgroup matching pattern.
  27.     (Use * and ? style patterns.  Append r to include read newsgroups.)
  28. l pat    List unsubscribed newsgroups containing pattern.
  29. m name    Move named newsgroup elsewhere (no name moves current newsgroup).
  30. o pat    Only display newsgroups matching pattern.  Omit pat to unrestrict.
  31. a pat    Like o, but also scans for unsubscribed newsgroups matching pattern.
  32. L    List current .newsrc.
  33. &    Print current command-line switch settings.
  34. &switch {switch}
  35.     Set (or unset) more command-line switches.
  36. &&    Print current macro definitions.
  37. &&def    Define a new macro.
  38. !cmd    Shell escape.
  39. q    Quit rn.
  40. ^K    Edit the global KILL file.  Use commands like /pattern/j to suppress
  41.     pattern in every newsgroup.
  42. v    Print version.
  43. EOT
  44.